home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_reqtoolslibrary.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
217b
|
16 lines
/* EaglePlayer - Filerequester = Reqtools.Library */
address 'rexx_EP'
options results
ReqtoolsLibrary
if result == "no then do
say "Can't use Reqtools.Library"
end
else do
say "Now using Reqtools.Library"
end